Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix 0.21.1 #2281

Merged
merged 9 commits into from
Jun 12, 2016
Merged

Hotfix 0.21.1 #2281

merged 9 commits into from
Jun 12, 2016

Conversation

balloob
Copy link
Member

@balloob balloob commented Jun 12, 2016

Putting out a hotfix to fix a few issues that came up.

  • Add eventlet to base requirements to resolve some installation issues (@balloob)
  • GTFS will filter out routes in the wrong direction (@imrehg)
  • Recover from rare error condition from LIRC (@partofthething)
  • Z-Wave autoheal will no longer raise exception (@balloob)
  • Alexa will now execute the script before making reply (@balloob)
  • Fix MJPEG camera streaming (@stjohnjohnson)
  • Fix frontend in older browsers (@balloob)

balloob and others added 9 commits June 12, 2016 00:02
Conflicts:
	requirements_all.txt
	setup.py
Previously experienced issues on routes where services operate in both
directions. The query picked up not just paths where service goes
from Origin ->  Destination, but trips going Destination -> Origin,
and shown bogus results.

Ensure that this doesn't happen by requiring the origin station's
stop_sequence value to be lower than the destination station.
* More resilient accessing of LIRC codes to handle rare error case.

* Line length fix in LIRC
* Fix Z-Wave autoheal network

* Make config_per_platform handle bad config better
@balloob balloob merged commit 952afeb into master Jun 12, 2016
@balloob balloob deleted the 0-21-1 branch June 12, 2016 07:28
@home-assistant home-assistant locked and limited conversation to collaborators Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants